ScanParams

class ScanParams(val band: Band? = null, val passive: Boolean? = null, val period_ms: Int? = null, val group_channels: Int? = null, unknownFields: ByteString = ByteString.EMPTY) : Message<ScanParams, Nothing>

Scanning parameters.

Constructors

Link copied to clipboard
constructor(band: Band? = null, passive: Boolean? = null, period_ms: Int? = null, group_channels: Int? = null, unknownFields: ByteString = ByteString.EMPTY)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adapter: ProtoAdapter<ScanParams>
Link copied to clipboard
val band: Band? = null
Link copied to clipboard
val group_channels: Int? = null
Link copied to clipboard
val passive: Boolean? = null
Link copied to clipboard
val period_ms: Int? = null

0 - no timeout

Link copied to clipboard
open val unknownFields: ByteString

Functions

Link copied to clipboard
fun copy(band: Band? = this.band, passive: Boolean? = this.passive, period_ms: Int? = this.period_ms, group_channels: Int? = this.group_channels, unknownFields: ByteString = this.unknownFields): ScanParams
Link copied to clipboard
fun encode(stream: OutputStream)
fun encode(sink: BufferedSink)
Link copied to clipboard
fun encodeByteString(): ByteString
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard